home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / clib / amigaguide_protos.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  2KB  |  67 lines

  1. #ifndef  CLIB_AMIGAGUIDE_PROTOS_H
  2. #define  CLIB_AMIGAGUIDE_PROTOS_H
  3.  
  4. /*
  5. **    $VER: amigaguide_protos.h 39.3 (27.5.93)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17. #ifndef  EXEC_PORTS_H
  18. #include <exec/ports.h>
  19. #endif
  20. #ifndef  DOS_DOS_H
  21. #include <dos/dos.h>
  22. #endif
  23. #ifndef  LIBRARIES_AMIGAGUIDE_H
  24. #include <libraries/amigaguide.h>
  25. #endif
  26. #ifndef  UTILITY_TAGITEM_H
  27. #include <utility/tagitem.h>
  28. #endif
  29. #ifndef  UTILITY_HOOKS_H
  30. #include <utility/hooks.h>
  31. #endif
  32. #ifndef  REXX_STORAGE_H
  33. #include <rexx/storage.h>
  34. #endif
  35. /*--- functions in V40 or higher (Release 3.1) ---*/
  36.  
  37. /* Public entries */
  38.  
  39. LONG LockAmigaGuideBase( APTR handle );
  40. void UnlockAmigaGuideBase( long key );
  41. APTR OpenAmigaGuideA( struct NewAmigaGuide *nag, struct TagItem * );
  42. APTR OpenAmigaGuide( struct NewAmigaGuide *nag, Tag tag1, ... );
  43. APTR OpenAmigaGuideAsyncA( struct NewAmigaGuide *nag, struct TagItem *attrs );
  44. APTR OpenAmigaGuideAsync( struct NewAmigaGuide *nag, Tag tag1, ... );
  45. void CloseAmigaGuide( APTR cl );
  46. ULONG AmigaGuideSignal( APTR cl );
  47. struct AmigaGuideMsg *GetAmigaGuideMsg( APTR cl );
  48. void ReplyAmigaGuideMsg( struct AmigaGuideMsg *amsg );
  49. LONG SetAmigaGuideContextA( APTR cl, unsigned long id,
  50.     struct TagItem *attrs );
  51. LONG SetAmigaGuideContext( APTR cl, unsigned long id, Tag tag1, ... );
  52. LONG SendAmigaGuideContextA( APTR cl, struct TagItem *attrs );
  53. LONG SendAmigaGuideContext( APTR cl, Tag tag1, ... );
  54. LONG SendAmigaGuideCmdA( APTR cl, STRPTR cmd, struct TagItem *attrs );
  55. LONG SendAmigaGuideCmd( APTR cl, STRPTR cmd, Tag tag1, ... );
  56. LONG SetAmigaGuideAttrsA( APTR cl, struct TagItem *attrs );
  57. LONG SetAmigaGuideAttrs( APTR cl, Tag tag1, ... );
  58. LONG GetAmigaGuideAttr( Tag tag, APTR cl, ULONG *storage );
  59. LONG LoadXRef( BPTR lock, STRPTR name );
  60. void ExpungeXRef( void );
  61. APTR AddAmigaGuideHostA( struct Hook *h, STRPTR name, struct TagItem *attrs );
  62. APTR AddAmigaGuideHost( struct Hook *h, STRPTR name, Tag tag1, ... );
  63. LONG RemoveAmigaGuideHostA( APTR hh, struct TagItem *attrs );
  64. LONG RemoveAmigaGuideHost( APTR hh, Tag tag1, ... );
  65. STRPTR GetAmigaGuideString( long id );
  66. #endif     /* CLIB_AMIGAGUIDE_PROTOS_H */
  67.